delimiter string meaning in English
定界符串
Examples
- Gets or sets the delimiter string that the tree node path uses
获取或设置树节点路径所使用的分隔符串。 - Join can concatenate strings with any delimiter string ,
可以使用任何分隔符字符串将多个字符串连接起来,而 - Join function takes an array of strings and joins them using a delimiter string , to return a single string
函数获取一批字符串,然后用分隔符字符串将它们联接起来,从而返回一个字符串。 - Function splits the input string at every occurrence of the delimiter string , and returns the substrings in an array
函数将在分隔符字符串的每个匹配项处拆分输入字符串,并以数组形式返回子字符串。